home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Open Transport 1.3 / Open Transport SDK / Open Tpt Client Developer / Samples / AppleTalk / ATalkSampleUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-30  |  501 b   |  26 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ATalkSample.h
  3.  
  4.     Contains:    Some utility routines used by the Sample programs
  5.  
  6.     Copyright:    © 1993-1995 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10. #ifndef __ATALKSAMPLEUTILS__
  11. #define __ATALKSAMPLEUTILS__
  12.  
  13. #ifndef __OPENTRANSPORT__
  14. #include <OpenTransport.h>
  15. #endif
  16.  
  17. class DDPAddress;
  18.  
  19. void Idle();
  20. void ShowEndpointInfo(TEndpoint* ep);
  21. void ShowEndpointState(TEndpoint* ep, char* prefixString);
  22. void ShowFullEndpointData(TEndpoint* ep);
  23. void ShowDDPAddress(DDPAddress* addr);
  24.  
  25. #endif
  26.